home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3 / INCLUDE / ABOUTOPT.C < prev    next >
Text File  |  1994-12-26  |  146b  |  4 lines

  1.                  case IDM_ABOUT :
  2.                         DialogBox( hInst, "AboutBox", hWnd, (DLGPROC)About );
  3.                         break;
  4.